home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Chip 1998 September
/
CHIP Eylül 1998.iso
/
Slackwar
/
contents
/
scripts
/
fileutls
< prev
next >
Wrap
Text File
|
1997-06-06
|
267b
|
12 lines
( cd usr/bin ; rm -rf install )
( cd usr/bin ; ln -sf ginstall install )
if [ -x /bin/dircolors ]; then
if [ "$SHELL" = "/bin/zsh" ]; then
eval `dircolors -z`
elif [ "$SHELL" = "/bin/ash" ]; then
eval `dircolors -s`
else
eval `dircolors -b`
fi
fi